home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / internet / pwrtcp / common.h_ / common.bin
Encoding:
Text File  |  1995-04-17  |  302 b   |  12 lines

  1. #pragma warning (disable:4001 4100 4355 4699 4706)
  2.  
  3. // common.h
  4. //
  5. // common header files that are precompiled as saved for all PowerTCP components...
  6. //
  7.  
  8. #define STRICT  
  9. #include <windows.h>   
  10. #include <stdio.h>     // for size_t
  11. #include <windowsx.h> // for all _f* functions in windows NT
  12.